home *** CD-ROM | disk | FTP | other *** search
/ ROM Magic / ROM Magic.iso / pc / data_13 / ituk2.dir / 00015.ls next >
Encoding:
Text File  |  1995-05-08  |  144 b   |  11 lines

  1. on startMovie
  2.   sound fadeOut 3, 60
  3.   sound stop 2
  4. end
  5.  
  6. on enterFrame
  7.   if not soundBusy(1) then
  8.     sound playFile 1, "Photo.AIF"
  9.   end if
  10. end
  11.